home *** CD-ROM | disk | FTP | other *** search
- { Tomasz Stanczak }
- { Hardenbergstr. 8 }
- { 31275 Lehrte }
- { Germany }
- { }
- { CIS ID: 100735,3273 }
-
- unit RtRegDC;
-
- interface
-
- uses
- Classes;
-
- procedure Register;
-
- implementation
-
- uses
- TypInfo, DsgnIntf, RtDbCopy, RtDCEdit;
-
- procedure Register;
- begin
- RegisterComponents('RiT',[TRtDbCopy]);
- RegisterPropertyEditor(TypeInfo(TStrings),TRtDbCopy,'Mappings',TFieldMapProperty);
- end;
-
- end.
-